css: Add GtkCssSpecialValue
authorBenjamin Otte <otte@redhat.com>
Thu, 29 Dec 2011 01:27:54 +0000 (02:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:37:50 +0000 (18:37 +0100)
gtk/gtkcsstypesprivate.h

index 2384280d8c2b56c482e479774c1f1f9a80ed0ef2..c0c884861a1b45d4e0daaad3c4268e5deaf0b2c6 100644 (file)
 
 G_BEGIN_DECLS
 
+typedef enum {
+  GTK_CSS_INHERIT,
+  GTK_CSS_INITIAL,
+  GTK_CSS_CURRENT_COLOR
+} GtkCssSpecialValue;
+
 typedef enum {
   GTK_CSS_BACKGROUND_REPEAT_STYLE_NONE,
   GTK_CSS_BACKGROUND_REPEAT_STYLE_REPEAT,